home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gdb-4.12 / gdb / main.c < prev    next >
Encoding:
Text File  |  1994-08-05  |  420 b   |  16 lines

  1. *** orig/gdb-4.12/gdb/main.c    Tue Jul 26 00:53:08 1994
  2. --- src/gdb-4.12/gdb/main.c    Wed Jul 27 00:48:54 1994
  3. ***************
  4. *** 536,541 ****
  5. --- 536,545 ----
  6.     /* This needs to happen before the first use of malloc.  */
  7.     init_malloc ((PTR) NULL);
  8.   
  9. + #ifdef __GO32__
  10. +   init_go32_extdebug(&argc, &argv);
  11. + #endif
  12.   #if defined (ALIGN_STACK_ON_STARTUP)
  13.     i = (int) &count & 0x3;
  14.     if (i != 0)
  15.